From 8426154a902f5b850a9943366897f99d4fdb5ad2 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 8 Feb 2008 19:09:21 +0000 Subject: [PATCH] Unicsv: read "lng" as longitude. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3081 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/unicsv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/unicsv.c b/gpsbabel/unicsv.c index d741e08bd..f3f77f0d1 100644 --- a/gpsbabel/unicsv.c +++ b/gpsbabel/unicsv.c @@ -132,6 +132,7 @@ static field_t fields_def[] = { { "symb", fld_symbol, STR_ANY }, { "lat", fld_latitude, STR_ANY }, { "lon", fld_longitude, STR_ANY }, + { "lng", fld_longitude, STR_ANY }, { "x", fld_longitude, STR_EQUAL }, { "y", fld_latitude, STR_EQUAL }, { "z", fld_altitude, STR_EQUAL }, -- 2.30.2